home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / mycutepets.swf / scripts / DefineSprite_139 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-03-17  |  139 b   |  9 lines

  1. stop();
  2. onEnterFrame = function()
  3. {
  4.    if(_parent.full / 2 > _currentframe)
  5.    {
  6.       gotoAndStop(int(_parent.full / 2));
  7.    }
  8. };
  9.